home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / unix / linbin1 / install.doc next >
Encoding:
Text File  |  1992-01-31  |  1.8 KB  |  61 lines

  1. 20-FEBRUARY-1992
  2.  
  3. INSTALLING usrbin1.tar                      
  4.  
  5. The following procedure worked for me. I don't claim that it
  6. is the best or only way to do this. If you have a better way,
  7. please, by all means, come forth with it. Without
  8. further disclaimer, lets do it:
  9.  
  10. Linux must be installed on you hard disk before proceeding.
  11.  
  12. After Linux is installed on your hard disk, use rawrite
  13. to transfer usrbin1.tar to a floppy disk. Insert your boot
  14. disk in drive A and boot Linux. After booting, change
  15. to /usr/bin like so:
  16.  
  17.                       cd /usr/bin
  18.  
  19. You will find a file tar.Z which you will want to uncompress. You
  20. may want to copy  it first in case some how you end up mangling it.
  21. Do this:
  22.  
  23.                       cp tar.Z temp.Z
  24.                       uncompress  temp.Z
  25.                       cp temp tar
  26.                       rm temp
  27.  
  28. You should now have a file named tar in /usr/bin. Now insert the
  29. disk which you created earlier by using rawrite. Now untar
  30. it by doing this:
  31.                       tar xvf /dev/floppy0
  32.  
  33. After this command terminates successfully do this:
  34.  
  35.                       ls
  36.  
  37. You should find three new files:  diff.Z, diff3.Z, and fileutil.tar.Z  .
  38. To install contents of fileutil.tar.Z do this:
  39.  
  40.                      uncompress fileutil.tar.Z
  41.  
  42. After this completes, do a ls and you should see the file named
  43. fileutil.tar . Untar it by doing this command:
  44.  
  45.                      tar xvf fileutil.tar
  46.  
  47. You will see many utilities being un-arched to /usr/bin.
  48.  
  49. Now uncompress diff.Z and diff3.Z like so:
  50.  
  51.                      uncompress diff.Z
  52.                      uncompress diff3.Z
  53.  
  54. Now make them executable:
  55.  
  56.                      chmod +x diff
  57.                      chmod +x diff3
  58.  
  59. Installation of usrbin1.tar is now complete.
  60.  
  61.